SingleChildAccessor

open external class SingleChildAccessor<ChildT : ITypedNode>(parentNode: INodeJS, role: String?) : Iterable<ChildT>

Constructors

Link copied to clipboard
constructor(parentNode: INodeJS, role: String?)

Functions

Link copied to clipboard
open fun get(): ChildT?
Link copied to clipboard
open fun setNew(subconcept: IConceptJS? = definedExternally): ChildT